home *** CD-ROM | disk | FTP | other *** search
- When it comes to logging, I have found that AmiTCP/IP truncates log
- messages to 128 characters in length. This sometimes hides important
- information (e.g. a missing control/locals file!). The solution is to
- increase the maximum length of log file lines. To set the limit to 2048 bytes,
- add this to AmiTCP:db/AmiTCP.conf:
-
- LOG LEN=2048
-
- Another problem is that sometimes qmail logs lots of messages very quickly
- causing AmiTCP/IP to lose messages. By default, 4 messages can be kept in
- memory. To raise this value to 10, add this to AmiTCP:db/AmiTCP.conf:
-
- LOG COUNT=10
-